home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1584 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  899 b 

  1. Path: stern.fokus.gmd.de!news
  2. From: Watson <sayegh@fokus.gmd.de>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: "getchar()" vs "getc()"
  5. Date: Mon, 15 Jan 1996 16:40:20 +0100
  6. Organization: GMD FOKUS - Research Institute for Open Communication Systems
  7. Message-ID: <30FA7564.1CB9@fokus.gmd.de>
  8. References: <4d8gvd$9kd@wumpus.cc.uow.edu.au>
  9. NNTP-Posting-Host: pollux.fokus.gmd.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b4 (X11; I; SunOS 5.4 sun4m)
  14.  
  15. PAOPENG THEERADECH wrote:
  16. >         I got something here to ask you guys. I would like to know what different
  17. > between "getchar()" and "getc() and the different between "putchar()" and
  18. > "putc()" ????
  19.  
  20. getc() and putc() do expect an explicit input FILE*.
  21. -- 
  22. *    Greetinx from Watson (sayegh@fokus.gmd.de)
  23.     http://www.fokus.gmd.de/ovma/employees/sayegh/entry.html
  24.     signal(SIGSEGV,SIG_IGN);
  25.